home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / 1bars / usage.doc < prev   
Encoding:
Text File  |  1991-08-09  |  3.2 KB  |  174 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.    ╔═════════════════════════════════════╗
  7.    ║                                     ║
  8.    ║     Dave's Automatic File Usage     ║
  9.    ║                                     ║
  10.    ║             Bar Graphs              ║
  11.    ║                                     ║
  12.    ║                                     ║
  13.    ╚═════════════════════════════════════╝
  14.  
  15.        Requires CGA, EGA, or VGA graphics
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.    This program really doesn't require a whole lot of explanation,
  26.  so here we go:
  27.  
  28.  
  29.    Usage:  BARS [directory] [/S]
  30.  
  31.  
  32.    Whereas the directory must begin with a backslash, and the
  33.    /S switch searches the entire disk drive (all dirs and subdirs).
  34.  
  35.  
  36.    To simply see the current directory:   BARS
  37.  
  38.    To see the directory \MENU:            BARS \MENU
  39.  
  40.    Or to see the entire disk drive:       BARS /S
  41.  
  42.  
  43.    If your have more than ten particular files, ie: twenty .COM files
  44.    in your current directory, then the type of file is listed vertically
  45.    above the bar, and the number of actual files is shown.
  46.  
  47.    For example:  If you have twenty .COM files, that particular part
  48.                  of the graph would look like:
  49.  
  50.  
  51.  
  52.  
  53.         com 20
  54.  
  55.        ┌┐
  56.        ││
  57.        ││
  58.        ││
  59.        ││
  60.        ││
  61.        ││
  62.      ──┘└──
  63.  
  64.  
  65.   Except, obviously, it would be written vertically (I can't do vertical
  66.   writing on my text editor, so let's just imagine for now....)
  67.  
  68.   The graph is split into 8 sections:
  69.  
  70.  
  71.   1) COMPR   (compressed files)
  72.  
  73.      a) zip
  74.      b) arc
  75.      c) zoo
  76.      d) pak
  77.      e) arj
  78.      f) lzh
  79.  
  80.   2) EXEC    (executable files)
  81.  
  82.      a) exe
  83.      b) bat
  84.      c) com
  85.  
  86.   3) DOCS    (document files)
  87.  
  88.      a) doc
  89.      b) txt
  90.      c) hlp
  91.      d) log
  92.      e) man
  93.  
  94.   4) DAT     (data files)
  95.  
  96.      a) eng
  97.      b) dat
  98.      c) tmp
  99.  
  100.   5) PROGRAMMING   (files used in various types of programming)
  101.  
  102.      a) bas
  103.      b) pas
  104.      c) a86
  105.      d) asm
  106.      e) obj
  107.      f) c
  108.      g) h
  109.      h) bak
  110.      i) tch
  111.      j) map
  112.  
  113.   6) SYSTEM    (files not often used {usually by the computer only})
  114.  
  115.      a) sys
  116.      b) dsk
  117.      c) set
  118.      d) cfg
  119.      e) prn
  120.  
  121.   7) GRAPHICS   (graphics files)
  122.  
  123.      a) pcx
  124.      b) gif
  125.      c) tif
  126.      d) mac
  127.      e) wpg
  128.      f) img
  129.      g) fra
  130.      h) cit
  131.      i) tga
  132.  
  133.   8) WINDOWS    (files associated with Microsoft Windows)
  134.  
  135.      a) bmp
  136.      b) ini
  137.      c) pif
  138.      d) grp
  139.      e) fon
  140.      f) dll
  141.      g) drv
  142.      h) mod
  143.      i) inf
  144.  
  145.  
  146.  
  147.  
  148.  
  149.   This update (Aug 10, 1991) now supports CGA graphics !!
  150.  
  151.  
  152.   I have attempted to cover all the various extensions that might be
  153.   found on your computer.  If, however, I have missed some, please
  154.   write to me:
  155.  
  156.  
  157.           Dave Smith
  158.     Compuserve ID 71441,2723
  159.  
  160.  
  161.  
  162.  
  163.           Otherwise, enjoy !
  164.  
  165.  
  166.  
  167.  
  168.      THIS UTILITY IS HEREBY RELEASED TO THE PUBLIC DOMAIN.  THE
  169.      AUTHOR  IS  NOT RESPONSIBLE  FOR ANY DAMAGE TO YOUR SYSTEM
  170.      RESULTING FROM THE USE OF  THIS  PROGRAM.  IF YOU HAVE ANY
  171.      PROBLEMS OR DIFFICULTY  WITH  YOUR  SYSTEM WHEN USING THIS
  172.      UTILITY, PLEASE CHECK YOUR  VIDEO EQUIPMENT, & ENSURE THAT
  173.      YOUR COMPUTER IS CAPABLE OF HANDLING CGA/EGA/VGA GRAPHICS.
  174.